home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 September / september_2000.iso / intercd / root / ^Linux / cdrtools-1.10 / README.unixware < prev    next >
Encoding:
Text File  |  2000-01-25  |  2.9 KB  |  82 lines

  1. CDRTOOLS compiles without changes on any UnixWare 7.0.1 or later installation 
  2. having the UnixWare/OpenServer DevKit (UODK) or GCC-2.95 and smake-1.2 
  3. installed.
  4.  
  5. You can get pre-packaged, pkgadd installable binaries from:
  6.  
  7.    http://www.sco.com/skunkware/cdrtools
  8.    
  9. Some general notes on CDRTOOLS are available from:
  10.  
  11.    http://www.sco.com/skunkware/cdrtools/SCO-NOTES.html
  12.  
  13.  
  14. Limitations for CDRTOOLS-1.8 on UnixWare:
  15.  
  16. 1) SCO UnixWare 2.1.X and UnixWare 7.0.0 are not supported
  17.    - UW2.1.X will compile/work with little changes
  18.    - UW7.0.0 wasn't tested at all 
  19.  
  20. 2) There is only support for SCSI devices
  21.  
  22. 3) UnixWare 7.0.1 requires additional PTF's to enable some
  23.    host bus adapters to work with a logical block size of more than
  24.    512 bytes. (Please see the above SCO_NOTES document for details!)
  25.  
  26. ===================================================================
  27. NOTE: cdrecord now supports the -scanbus option. Therefore the 
  28.       old addressing methods are NO LONGER AVAILABLE !!!
  29. ===================================================================
  30.  
  31. The correct dev= syntax on UnixWare 7 is:
  32.  
  33.     dev=scsibus,target,lun    (and scsibus is scsibus now!!!)
  34.  
  35. A sample output from cdrecord -scanbus looks like:
  36.  
  37. #cdrecord -scanbus
  38. Cdrecord 1.8 (i586-sco-sysv5uw7.0.1) Copyright (C) 1995-2000 J÷rg Schilling
  39. Using libscg version 'schily-0.1'
  40. scsibus0:
  41.         0,0,0     0) 'SEAGATE ' 'ST34573LC       ' '5960' Disk
  42.         0,1,0     1) 'SEAGATE ' 'ST34573LC       ' '5960' Disk
  43.         0,2,0     2) 'SEAGATE ' 'ST34573LC       ' '5960' Disk
  44.         0,3,0     3) *
  45.         0,4,0     4) *
  46.         0,5,0     5) 'PIONEER ' 'CD-ROM DR-U06S  ' '1.05' Removable CD-ROM
  47.         0,6,0     6) 'TEAC    ' 'CD-R56S         ' '1.0E' Removable CD-ROM
  48.         0,7,0     7) *
  49.  
  50. The first column showing the triple x,y,z tells you the address to use.
  51.  
  52. As you can see the TEAC CD-R56S CD-Writer does have the following address:
  53.  
  54.      dev=0,6,0
  55.      
  56. ===================================================================
  57.            THE OLD ADDRESSING IS NO LONGER AVAILABLE!
  58.         
  59.          PLEASE ADJUST YOUR /etc/default/cdrecord FILES!
  60. ===================================================================
  61.  
  62. Running cdrecord with the old address method will result in an error!
  63.  
  64. #cdrecord dev=/dev/rcdrom/cdrom1:6,0 -inq
  65. Cdrecord 1.8 (i386-pc-sco3.2v5.0.5) Copyright (C) 1995-2000 J÷rg Schilling
  66. scsidev: '/dev/rcd1:6,0'
  67. devname: '/dev/rcd1'
  68. scsibus: 0 target: 6 lun: 0
  69. cdrecord: Invalid argument. Open by 'devname' no longer supported on this OS. Cannot open SCSI driver.
  70. cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are root.
  71.  
  72.  
  73. To compile cdrtools, you need 'smake' from:
  74.  
  75.    ftp://ftp.sco.com/skunkware/uw7/Packages
  76.  
  77.  
  78. or 'gmake'. Smake is preferred as gmake bugs will cause bogus warnings
  79. and may confuse about the state of the make run.
  80.  
  81.  
  82.